home *** CD-ROM | disk | FTP | other *** search
/ Tech Gian 1997 December / Tech Gian 014 December 1997.iso / SETUP / VB / T_FILE32.DLL / RCDATA / TMAKEDIRFORM / TMAKEDIRFORM.txt < prev   
Encoding:
Text File  |  1994-09-22  |  1.5 KB  |  75 lines

  1. object MakeDirForm: TMakeDirForm
  2.   Left = 253
  3.   Top = 426
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsSingle
  6.   Caption = 'MakeDirForm'
  7.   ClientHeight = 169
  8.   ClientWidth = 360
  9.   Font.Color = clBlack
  10.   Font.Height = -16
  11.   Font.Name = '∩┐╜l∩┐╜r ∩┐╜o∩┐╜S∩┐╜V∩┐╜b∩┐╜N'
  12.   Font.Style = []
  13.   Icon.Data = {<image000.ico>}
  14.   KeyPreview = True
  15.   Position = poScreenCenter
  16.   Scaled = False
  17.   OnClose = FormClose
  18.   OnShow = FormShow
  19.   PixelsPerInch = 96
  20.   TextHeight = 16
  21.   object Label1: TLabel
  22.     Left = 23
  23.     Top = 15
  24.     Width = 137
  25.     Height = 16
  26.     Caption = '∩┐╜∩┐╜∩┐╜▌é╠âf∩┐╜B∩┐╜∩┐╜∩┐╜N∩┐╜g∩┐╜∩┐╜∩┐╜['
  27.   end
  28.   object Label3: TLabel
  29.     Left = 22
  30.     Top = 66
  31.     Width = 169
  32.     Height = 16
  33.     Caption = '∩┐╜∞ɼ∩┐╜∩┐╜∩┐╜∩┐╜f∩┐╜B∩┐╜∩┐╜∩┐╜N∩┐╜g∩┐╜∩┐╜∩┐╜[∩┐╜∩┐╜:'
  34.   end
  35.   object MakeDirEdit: TEdit
  36.     Left = 40
  37.     Top = 85
  38.     Width = 300
  39.     Height = 24
  40.     AutoSize = False
  41.     TabOrder = 0
  42.     OnChange = MakeDirEditChange
  43.   end
  44.   object CurDirLabel: TPanel
  45.     Left = 40
  46.     Top = 33
  47.     Width = 300
  48.     Height = 21
  49.     Alignment = taLeftJustify
  50.     BevelOuter = bvNone
  51.     Caption = 'c:\windows\system'
  52.     TabOrder = 1
  53.   end
  54.   object MakeButton: TButton
  55.     Left = 55
  56.     Top = 124
  57.     Width = 123
  58.     Height = 26
  59.     Caption = '∩┐╜∞ɼ(&M)'
  60.     Default = True
  61.     TabOrder = 2
  62.     OnClick = MakeButtonClick
  63.   end
  64.   object CancelButton: TButton
  65.     Left = 183
  66.     Top = 125
  67.     Width = 123
  68.     Height = 26
  69.     Cancel = True
  70.     Caption = '∩┐╜∩┐╜∩┐╜~(&C)'
  71.     TabOrder = 3
  72.     OnClick = CancelButtonClick
  73.   end
  74. end
  75.